CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab 梯度法

搜索资源列表

  1. matlab

    1下载:
  2. 最速下降梯度法matlab程序和用拟牛顿法求极小值点-apply a gradient–descent based error minimization approach to minimize the difference between the real deformation and the simulated one given the elasticity parameters
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:8512
    • 提供者:侯小叶
  1. MATLAB-Toolbox

    0下载:
  2. 最速梯度法工具箱,可以在matlab上进行应用,非常方便-Toolbox steepest gradient method can be applied on the matlab is very convenient
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:3098
    • 提供者:yangbin
  1. MYGUI

    0下载:
  2. 第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:6128
    • 提供者:杨智雄
  1. matlab-program

    1下载:
  2. 基于matlab编写了SQP法,乘子法,共轭梯度法,拟牛顿法,信赖域法,最速下降法与牛顿法的最新程序,功能很强大,可供编程参考。-Based on the preparation of MATLAB SQP, multiplier method, conjugate gradient method, quasi-Newton method, trust region method, steepest descent method with the Newton-Raphson method th
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:25099
    • 提供者:丁长涛
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结果包括:
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6483
    • 提供者:Gaivn Jin
  1. matlab

    0下载:
  2. 基于matlab的共轭梯度法,基于这种算法可以求解矩阵的解,以及相应的误差-base on matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:550
    • 提供者:晓亮
  1. Conjugate-gradient-method-matlab

    1下载:
  2. 共轭梯度法 SUMT内点法 最速下降法 牛顿法 matlab实现-Conjugate gradient method SUMT interior point method the steepest descent method Newton method matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:4424
    • 提供者:雨文
  1. Matlab

    3下载:
  2. matlab程序非线性优化设计方法时下流行的关于非线性规划的源程序,包括SQP方法、乘子法程序、二次规划、非线性最小二乘法、共轭梯度法、拟牛顿法、线搜索技术、信赖域方法、最速下降法与牛顿法等-matlab program nonlinear optimization design method popular on nonlinear programming source code, including the SQP method, the multiplier method procedur
  3. 所属分类:matlab

    • 发布日期:2014-09-14
    • 文件大小:34816
    • 提供者:朱志远
  1. Newton

    0下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1052
    • 提供者:zhuyuanli
  1. matlab-code

    0下载:
  2. 几个多目标求极值的Matlab算法,包括模式搜索法、Rosenbrock法、单纯形法、Powell法、最速下降法、共轭梯度法、牛顿法、信赖域法-Matlab algorithm, several multi-objective extremum including pattern search method, Rosenbrock method, simplex method, Powell method, the steepest descent method, conjugate gradi
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:3667
    • 提供者:陈亮
  1. matlab

    2下载:
  2. 一个利用共轭梯度法的正则化实例: 通过输入矩阵的维数,利用共轭梯度法的原理,进行正则化计算;Morozov偏差原理-A conjugate gradient method using the regularization Example: Enter the dimensions of the matrix, using the principle of conjugate gradient method for regularization calculation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1164
    • 提供者:张刚
  1. matlab

    1下载:
  2. 用matlab分析数值的,有拉个朗日插值、三次样条插值法、NEWTON插值、hermite插值、mewton形式的hermite插值、平方根法、gauss消去法、三角分解法、jacobi迭代法、 gauss迭代法、sor迭代法、最速下降法、共额梯度法、mewton迭代法、逆broyden迭代法。一共15段代码。 -Numerical analysis using matlab, there are a Long Day interpolation, cubic spline interp
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2238
    • 提供者:佳佳
  1. matlab-Code

    0下载:
  2. 此时例是关于用matlab实现牛顿法求解非线性方程组,(包含牛顿法、改进的牛顿法.梯度法、最速下降法代码),里面附带可以直接运行的程序。-At this case is about solving nonlinear equations using matlab Newton, (including Newton, Newton method to improve the code), which comes with the program can be run directly.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:1625
    • 提供者:梅兰竹菊
  1. Conjugate-Gradient-Method(matlab)

    0下载:
  2. matlab程序,1文件功能用FR共轭梯度法求解无约束问题,2、3文件分别表示目标函数和梯度-matlab program, a file function with FR conjugate gradient method for solving unconstrained problems, 2,3 document represent the objective function and gradient
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:975
    • 提供者:张婧茹
  1. matlab

    0下载:
  2. 里边包含了一个如何区分6和9的代码以及用最小距离法、梯度法以及K-NN方法对样本进行的分类代码-Inside contains an example of how to distinguish between 6 and 9, as well as the code with the minimum distance method, the gradient method and K-NN method for sample classification codes
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:36283
    • 提供者:小杜
  1. matlab-youhua

    0下载:
  2. matlab软件优化设计算法 黄金 最速 梯度法-matlab soft
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-14
    • 文件大小:4758
    • 提供者:李凯军
  1. MATLAB

    0下载:
  2. 求解界约束问题的截断共轭梯度法,是最近刚出来的方法-The truncated conjugate gradient method for solving boundary constraints is a recent method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3888
    • 提供者:武高玉
  1. matlab

    0下载:
  2. QAM调制,最速下降法,Newton,黄金分割法, BFGS算法,非线性共轭梯度法,MAILAB实例-QAM modulation, the steepest descent method, Newton, golden section method, BFGS algorithm, nonlinear conjugate gradient method, MAILAB examples
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6105
    • 提供者:李鹏程
  1. minimize

    0下载:
  2. 共轭梯度法求解无约束的最优化问题,该方代码利用Matlab实现。(Conjugate gradient method for unconstrained optimization problems, the square code using Matlab implementation.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:3072
    • 提供者:zhang5657
  1. MATLAB CODE

    0下载:
  2. 实现数值计算的简单算法code 包括:非线性最小二乘问题、共轭梯度法、拟牛顿法、最速下降法与牛顿法、线搜索技术、乘子法程序、二次规划(A simple algorithm for numerical calculation, including nonlinear least squares problem, conjugate gradient method, quasi-Newton method, steepest descent method and Newton method, lin
  3. 所属分类:数学计算

    • 发布日期:2017-12-16
    • 文件大小:40960
    • 提供者:Xs_55555
« 1 2 3 45 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com